home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / ooo / f_0020 / sbasic.jar / text / sbasic / guide / create_dialog.xml < prev    next >
Encoding:
Extensible Markup Language  |  2003-08-01  |  4.4 KB  |  63 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>Creating a Basic Dialog</title><meta name="filename" content="text/sbasic/guide/create_dialog"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         table.Tabelle4{
  5.                 }
  6.         span.Tabelle4A{
  7.                 width:18cm;}
  8.         table.Tabelle5{
  9.                 }
  10.         span.Tabelle5A{
  11.                 width:18cm;}
  12.         p.P1{
  13.                 }
  14.         p.P2{
  15.                 }
  16.         span.T1{
  17.                 font-weight:bold;}
  18.         span.fr1{
  19.                 }
  20.         </style></head><body>
  21.   
  22.   
  23.   <p class="P1"/>
  24.   <p class="Head1"><help:paragraphinfo state="U" number="1" xmlns:help="http://openoffice.org/2000/help"/><help:key-word value="Basic; dialog creation" tag="kw68530_1" xmlns:help="http://openoffice.org/2000/help"/><help:to-be-embedded Eid="create_dialog" xmlns:help="http://openoffice.org/2000/help"><help:link Id="68530">Creating a Basic Dialog</help:link></help:to-be-embedded></p>
  25.   <ol class="L1">
  26.    <li class="">
  27.     <p class="P2"><help:paragraphinfo state="U" number="3" xmlns:help="http://openoffice.org/2000/help"/>Choose <span class="T1">Tools ΓÇô Macros -Macro</span>, and then click <span class="T1">Organizer</span>.</p>
  28.    </li>
  29.   </ol>
  30.   <table><tr class=""><th style="text-align:left;"><span class="Tabelle4A">
  31.       <p class="TextInTable"><draw:image draw:name="Dialog0" svg:desc="Macro Organizer" svg:pixelx="426" svg:pixely="307" svg:width="11.271cm" svg:height="8.123cm" xlink:href="67444" draw:filter-name="" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"/></p>
  32.  
  33.      </span></th></tr></table>
  34.   <ol class="L1" start="2">
  35.    <li class="">
  36.     <p class="P2"><help:paragraphinfo state="U" number="4" xmlns:help="http://openoffice.org/2000/help"/>In the <span class="T1">Module/Dialog list of the Macro Organizer </span>dialog, ensure that the "soffice" category is expanded.</p>
  37.    </li>
  38.    <li class="">
  39.     <p class="P2"><help:paragraphinfo state="U" number="10" xmlns:help="http://openoffice.org/2000/help"/>In the "soffice" category, click "Standard ΓÇô Module1", and then click <span class="T1">New Dialog</span>.</p>
  40.    </li>
  41.    <li class="">
  42.     <p class="P2"><help:paragraphinfo state="U" number="11" xmlns:help="http://openoffice.org/2000/help"/>Enter a name for the dialog, and then click <span class="T1">Edit</span>. The <span class="T1">BASIC </span>window opens and contains a blank dialog.</p>
  43.    </li>
  44.   </ol>
  45.   <table><tr class=""><th style="text-align:left;"><span class="Tabelle5A">
  46.       <p class="Paragraph"><draw:image draw:name="Overview1" svg:desc="Basic IDE Dialog Module" svg:pixelx="484" svg:pixely="341" svg:width="12.801cm" svg:height="9.022cm" xlink:href="67445" draw:filter-name="" xmlns:draw="http://openoffice.org/2000/drawing" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"/></p>
  47.  
  48.      </span></th></tr></table>
  49.   <ol class="L1" start="5">
  50.    
  51.    <li class="">
  52.     <p class="P2"><help:paragraphinfo state="U" number="6" xmlns:help="http://openoffice.org/2000/help"/>Long-click the <span class="T1">Controls </span>icon on the <span class="T1">Object Bar </span>to open the <span class="T1">Controls </span>floating toolbar.</p>
  53.    </li>
  54.    <li class="">
  55.     <p class="P2"><help:paragraphinfo state="U" number="12" xmlns:help="http://openoffice.org/2000/help"/>Click a tool and then drag in the dialog to create the control.</p>
  56.    </li>
  57.   </ol>
  58.   <p class="ParaList"><help:paragraphinfo state="S" xmlns:help="http://openoffice.org/2000/help"/><help:embedded Id="65598" Eid="related" xmlns:help="http://openoffice.org/2000/help"/></p>
  59.   <p class="ParaList"><help:paragraphinfo state="S" xmlns:help="http://openoffice.org/2000/help"/><help:embedded Id="68536" Eid="control_properties" xmlns:help="http://openoffice.org/2000/help"/></p>
  60.   <p class="ParaList"><help:paragraphinfo state="S" xmlns:help="http://openoffice.org/2000/help"/><help:embedded Id="68537" Eid="insert_control" xmlns:help="http://openoffice.org/2000/help"/></p>
  61.   <p class="ParaList"><help:paragraphinfo state="S" xmlns:help="http://openoffice.org/2000/help"/><help:embedded Id="68538" Eid="show_dialog" xmlns:help="http://openoffice.org/2000/help"/></p>
  62.   <p class="ParaList"><help:paragraphinfo state="S" xmlns:help="http://openoffice.org/2000/help"/><help:embedded Id="68535" Eid="sample_code" xmlns:help="http://openoffice.org/2000/help"/></p>
  63.  </body></html>